home *** CD-ROM | disk | FTP | other *** search
- object FormRoseShell: TFormRoseShell
- Left = 222
- Top = 180
- Width = 616
- Height = 274
- Caption = 'Rosoft MP3 Encoder'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object PanelBottom: TPanel
- Left = 0
- Top = 130
- Width = 608
- Height = 103
- Align = alBottom
- TabOrder = 0
- object RSButton1: TRSButton
- Left = 1
- Top = 1
- Width = 606
- Height = 101
- Align = alClient
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object pbClose: TRSButton
- Left = 480
- Top = 43
- Width = 107
- Height = 25
- Picture.Data = {<image001.bmp>}
- Transparent = True
- OnClick = pbCloseClick
- end
- object pbHelp: TRSButton
- Left = 480
- Top = 13
- Width = 107
- Height = 25
- Picture.Data = {<image002.bmp>}
- Transparent = True
- OnClick = pbHelpClick
- end
- object Label1: TLabel
- Left = 8
- Top = 78
- Width = 78
- Height = 13
- Caption = 'Output Folder'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object lblOutputFolder: TLabel
- Left = 96
- Top = 78
- Width = 5
- Height = 13
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object pbConvert: TRSButton
- Left = 52
- Top = 14
- Width = 41
- Height = 41
- Hint = 'Encode th efiles in the track list'
- Picture.Data = {<image003.bmp>}
- Transparent = True
- OnClick = pbConvertClick
- end
- object pbStop: TRSButton
- Left = 96
- Top = 14
- Width = 41
- Height = 41
- Hint = 'Stop the encoding'
- Picture.Data = {<image004.bmp>}
- Transparent = True
- OnClick = pbStopClick
- end
- object pbOPen: TRSButton
- Left = 139
- Top = 14
- Width = 41
- Height = 41
- Hint = 'Add wave files to the track list'
- Picture.Data = {<image005.bmp>}
- Transparent = True
- OnClick = pbFolderClick
- end
- object pbSave: TRSButton
- Left = 183
- Top = 14
- Width = 41
- Height = 41
- Hint = 'Select Outpur Folder'
- Picture.Data = {<image006.bmp>}
- Transparent = True
- OnClick = pbSaveClick
- end
- object pbLameOptions: TRSButton
- Left = 226
- Top = 14
- Width = 41
- Height = 41
- Hint = 'Options for the Lame Encoder'
- Picture.Data = {<image007.bmp>}
- Transparent = True
- OnClick = pbLameOptionsClick
- end
- object pbRemove: TRSButton
- Left = 269
- Top = 14
- Width = 41
- Height = 41
- Hint = 'Remove the selected file(s) in the track list'
- Picture.Data = {<image008.bmp>}
- Transparent = True
- OnClick = pbRemoveClick
- end
- object pbRemoveAll: TRSButton
- Left = 313
- Top = 14
- Width = 41
- Height = 41
- Hint = 'Clear the track list'
- Picture.Data = {<image009.bmp>}
- Transparent = True
- OnClick = pbRemoveAllClick
- end
- end
- object lbOriginals: TListBox
- Left = 0
- Top = 0
- Width = 608
- Height = 130
- Align = alClient
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ItemHeight = 13
- ParentFont = False
- TabOrder = 1
- end
- object PCMConverter: TMMPCMConverter
- Input = Trigger
- Output = FRoseEnc
- Quality = cqHigh
- SampleRate = 44100
- BitLength = b16Bit
- Mode = mStereo
- Required = [rpBits, rpChannels, rpSampleRate]
- Left = 136
- Top = 8
- end
- object MMDesigner1: TMMDesigner
- Update = False
- RuntimeHeight = -1
- Left = 24
- Top = 64
- end
- object Trigger: TMMTrigger
- OnOpen = TriggerOpen
- OnStop = TriggerStop
- OnClose = TriggerClose
- OnBufferReady = TriggerBufferReady
- Input = SrcFile
- Output = PCMConverter
- BufferSize = 2304
- Left = 88
- Top = 8
- end
- object SrcFile: TMMWaveFile
- Output = Trigger
- Left = 36
- Top = 8
- end
- object OpenDialog: TOpenDialog
- HelpContext = 2100
- DefaultExt = 'WAV'
- Filter = 'Wave Files|*.WAV|MP3 Files|*.MP3'
- Options = [ofHideReadOnly, ofShowHelp, ofAllowMultiSelect, ofEnableSizing]
- Title = 'Save Media List'
- Left = 72
- Top = 64
- end
- object HiTimer: TMMHiTimer
- CallBackMode = cmThread
- Enabled = False
- Interval = 100
- OnTimer = HiTimerTimer
- Priority = tpHigher
- Left = 256
- Top = 80
- end
- object FRoseEnc: TMMRoseEnc
- Input = PCMConverter
- Bitrate = 320
- PaddingMode = 0
- HelpContext = 0
- DLLFile = 'rsfhgenc.dll'
- InSamples = 0
- LameMode = 0
- LameEnableVBR = False
- LameVBRQuality = 0
- AllowIntensity = False
- AllowMidside = False
- AllowDownmix = False
- StructVersion = 0
- StructSize = 0
- ReSampleRate = 44100
- SampleRate = 44100
- Mode = 0
- MaxBitrate = 0
- Preset = 0
- MpegVersion = 0
- PsyModel = 0
- Emphasis = 0
- WriteVBRHeader = False
- EnableVBR = False
- VBROn = False
- VBRQuality = 0
- VbrAbr_bps = 0
- NoRes = False
- Left = 184
- Top = 8
- end
- object FBladeEnc: TMMMP3Encoder
- Left = 184
- Top = 40
- end
- object FLameEnc: TMMLameEnc
- DLLFile = 'lame_enc.dll'
- Left = 184
- Top = 72
- end
- object MainMenu1: TMainMenu
- Left = 344
- Top = 72
- object File1: TMenuItem
- Caption = '&File'
- object Open1: TMenuItem
- Caption = '&Add'
- ShortCut = 16449
- OnClick = pbFolderClick
- end
- object Remove1: TMenuItem
- Caption = '&Remove'
- OnClick = pbRemoveClick
- end
- object RemoveAll1: TMenuItem
- Caption = '&Remove All'
- OnClick = pbRemoveAllClick
- end
- object Close1: TMenuItem
- Caption = 'E&xit'
- OnClick = Close1Click
- end
- end
- object Edit1: TMenuItem
- Caption = '&Edit'
- object Record1: TMenuItem
- Caption = '&Record'
- ShortCut = 16466
- OnClick = pbConvertClick
- end
- end
- object Options1: TMenuItem
- Caption = '&Options'
- object MP3Options1: TMenuItem
- Caption = '&MP3 Options'
- ShortCut = 16461
- OnClick = pbLameOptionsClick
- end
- object OutputDestination1: TMenuItem
- Caption = '&Output Destination'
- ShortCut = 16432
- OnClick = pbSaveClick
- end
- end
- object Help1: TMenuItem
- Caption = '&Help'
- ShortCut = 16449
- object miAbout: TMenuItem
- Caption = '&About'
- OnClick = miAboutClick
- end
- object miIndex: TMenuItem
- Caption = '&Index'
- ShortCut = 16456
- OnClick = pbHelpClick
- end
- object miRegister: TMenuItem
- Caption = 'Register'
- OnClick = miRegisterClick
- end
- end
- end
- object TriggerM2W: TMMTrigger
- OnOpen = TriggerM2WOpen
- OnStop = TriggerM2WStop
- OnClose = TriggerM2WClose
- OnBufferReady = TriggerM2WBufferReady
- Output = PCMConverterM2W
- BufferSize = 2304
- Left = 312
- Top = 8
- end
- object PCMConverterM2W: TMMPCMConverter
- Input = TriggerM2W
- Output = WaveFile
- Quality = cqHigh
- SampleRate = 44100
- BitLength = b16Bit
- Mode = mStereo
- Required = [rpBits, rpChannels, rpSampleRate]
- Left = 352
- Top = 8
- end
- object WaveFile: TMMWaveFile
- Wave.FileMustExist = False
- Input = PCMConverterM2W
- Left = 392
- Top = 8
- end
- end
-